home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / ADV - Message Board Archives / Archived Msgs_ 'dummy' PRODOS / ADV.dummyprodos next >
Internet Message Format  |  2014-11-30  |  2KB

  1. Path: Operating Systems/Help with 'dummy' PRODOS file
  2.  
  3. Subj:  Help with 'dummy' PRODOS file         92-03-13 01:26:28 EST
  4. From:  WagnerE
  5. Posted on: America Online
  6.  
  7. I am assisting my local computer user group in creating some public domain disks.  We understand that cannot distribute Apple system software on these disks.  To make it a little friendlier for the buyers of these disks, I have a created a small system program called PRODOS that will be automatically executed when the non-bootable disk is booted.  My program displays text on what to do to make the disk a bootable ProDOS disk.  
  8.  
  9. The problem...  For some unexplained reason (to me) my program doesn't work properly with an Apple UniDisk 3.5 and an Apple brand controller card in a IIe.  My IIe has 128K, 2 serial cards (SSC and SerialPro), mouse, and two 5.25 drives.  The problem, when the 3.5 disk is booted in the UniDisk, the drives pulsates off and on until I press Control Reset.  I can't figure this one out.  The boot code in the controller card ROM should be loading block 0, and block 0 code should be looking for the PRODOS file.  My program does nothing fancy -- it sets text mode for page 1 and clears screen and then uses COUT to display text.
  10.  
  11. My program does work correctly with 5.25 drives and with Apple 3.5 drives connected to the smartport of my IIgs.
  12.  
  13. Does anybody have an explanation and solution?
  14.  
  15. WagnerE :)
  16.  
  17. Path: Operating Systems/Help with 'dummy' PRODOS file
  18.  
  19. Subj:  Unidisk 3.5 & GS/OS                   92-03-15 06:42:59 EST
  20. From:  GSGM
  21. Posted on: America Online
  22.  
  23. Your problem sounds very similar to using the Unidisk & GS/OS.
  24.  
  25. The problem has something to do with "sensing" whether a disk is changed or not. Sorry I can't be more specific.
  26.  
  27. GSGM
  28.  
  29.  
  30. Path: Operating Systems/Help with 'dummy' PRODOS file
  31.  
  32. Subj:  Problem Solved...                     92-03-16 21:53:46 EST
  33. From:  WagnerE
  34. Posted on: America Online
  35.  
  36. LL AndyW took a look at my code and made some changes.  I did not properly 'initialize' the monitor (JSR $FB2F).
  37.  
  38. This folder can be closed...
  39.  
  40.